projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b61eea
)
(choose-completion-string-functions): Fix spacing.
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 6 Sep 2002 07:17:49 +0000
(07:17 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 6 Sep 2002 07:17:49 +0000
(07:17 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 4eb74f2bc0da36f2f53bcb24c6d78f39579875f2..bfef6535b0220cbb58bb0112514b7da14870aff7 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-3834,7
+3834,7
@@
With prefix argument N, move N items (negative N means move backward)."
These functions are called in order with four arguments:
CHOICE - the string to insert in the buffer,
BUFFER - the buffer in which the choice should be inserted,
-MINI-P - non-nil iff BUFFER is a minibuffer,
and
+MINI-P - non-nil iff BUFFER is a minibuffer, and
BASE-SIZE - the number of characters in BUFFER before
the string being completed.